Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix nightly AMIP diagnostics #1023

Merged
merged 2 commits into from
Oct 17, 2024
Merged

fix nightly AMIP diagnostics #1023

merged 2 commits into from
Oct 17, 2024

Conversation

juliasloan25
Copy link
Member

@juliasloan25 juliasloan25 commented Oct 16, 2024

Purpose

The nightly AMIP runs are failing because diagnostics are saved with multiple periods, and in the recent diagnostics PR we removed the period selection in the case of having multiple. This is the error produced (build):

ERROR: LoadError: Found multiple periods for ta: Set(Any["30d", "1M"]). You have to specify it.
...

Previously, for simulations running longer than 90 days, we specified the monthly mean for diagnostics from ClimaCoupler using a period of 30days. I'm not sure where the 1M diagnostics came from - maybe atmos? Here I exchange the period of 30days for 1months to produce only one diagnostic output period.

passing build - ran one tiny AMIP for 91 days to recreate issue with shorter turnaround time

@juliasloan25 juliasloan25 merged commit 28b7fc8 into main Oct 17, 2024
6 checks passed
@juliasloan25 juliasloan25 deleted the js/nightly-fix branch October 17, 2024 01:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants